@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #f5ea05;
	height: 100%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.main {
	width: 80%;
	margin: auto;
	background-color: #fff;
	color: #666;
	height: 60%;
	margin-top: 10%;
	padding-top: 30px;
	text-align: center;
}

h1 {
	margin: 0px;
	color: #4850a2;
	line-height: 32px;
	font-size: 40px;
	width: 70%;
	margin: auto;
}

p {
	width: 70%;
	margin: auto;
	margin-top: 40px;
	font-size: 24px;
	text-align: justify;
	color: #000;
}

#under {
	text-align:center;
}

img {
	margin-bottom: 32px;
}

.copy {
	text-align: right;
	width: 70%;
	margin: auto;
	margin-top: 100px;
	color: #4850a2;
	font-size:large;
}